projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efa4bab
)
Fixed declared data type of color options.
author
oliskoli
<oliskoli>
Thu, 8 Dec 2005 00:11:55 +0000
(
00:11
+0000)
committer
oliskoli
<oliskoli>
Thu, 8 Dec 2005 00:11:55 +0000
(
00:11
+0000)
ozi.c
patch
|
blob
|
history
diff --git
a/ozi.c
b/ozi.c
index 8238678f20586fd7f806cb716fcad72a02fadf1f..f4d0f509c39585f12826e6e2277e794f25e4ed46 100644
(file)
--- a/
ozi.c
+++ b/
ozi.c
@@
-66,9
+66,9
@@
arglist_t ozi_args[] = {
{"snunique", &snuniqueopt, "Make synth. shortnames unique",
NULL, ARGTYPE_BOOL},
{"wptfgcolor", &wptfgcolor, "Waypoint foreground color",
- "black", ARGTYPE_
INT
},
+ "black", ARGTYPE_
STRING
},
{"wptbgcolor", &wptbgcolor, "Waypoint background color",
- "yellow", ARGTYPE_
INT
},
+ "yellow", ARGTYPE_
STRING
},
{0, 0, 0, 0, 0}
};